home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Arkanoid Flash.swf
/
scripts
/
frame_35
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
208 b
|
11 lines
caughtTime = getTimer();
setProperty("/ball", _X, getProperty("/bat", _X) + displace);
if(caughtBall == "0")
{
gotoAndPlay(4);
}
else if(caughtTime - catchTimer >= "3000")
{
gotoAndPlay(4);
}